/* 基本設定 */
BODY{
text-align:left;
font-family: Verdana,'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'sans-serif';
margin: 0px;
padding: 0px;
}
img{border:0px;}
a:link {color:#262626;
text-decoration:none
}
a:visited {color:#262626;}
a:hover {color:#a7a9ac;}



/* ヘッダー*/

#header_area{width:100%;
display:block;
border-bottom: 2px solid #4C4C4C;
}

#h-line{width: 100%;
height:10px; 
top: 0;
background-color: #14bec8;
}

#head{width:950px;
height: 250px;
margin:0px auto;
padding-top:15px;
overflow: hidden;
}


/* IKURATOOLSロゴ*/
#rogo{width:450;
height:70px;
margin: 0px;
}


 


/* トレース*/
#trace {width: 950px;
height: 55px;
margin-top:130px;
position: relative;
font-size: 14px;
}




/* コンテンツ共通*/

#contents_area{width:100%;
margin-top: 100px;
}
#contents{width: 950px;
height: 2300px;
position: relative;
margin: 0 auto;
}



/* コンテンツメイン*/
#contents_main{width:950;
position:relative;
display: block;
overflow: hidden;
margin: 0 auto;
padding: 0px;
}

.pre1{width: 100%;
position: relative;
margin:0px;
}
.pre1_set{width: 950px;
margin: 0 auto 50;
padding-top: 0px;
display: block;
overflow: hidden;
}

.title_set{font-size: 20px;
margin: 0px;
padding-left: 5px;
color: #4C4C4C;
border-bottom: 2px solid #4C4C4C;
display: block;
}
.title_set span{font-size: 15px;
color: #4C4C4C;
}

/* メイン写真*/
.pic{text-align: center;
margin:10 0;
}


/* 開催概要*/
.text table{width: 650px;
color: #4C4C4C;
margin: 0 auto;
padding:0 5px;
border-spacing: 7px;
}
.text th{font-size: 18px;
text-align: left;
padding: 10 0 5 8px;
}
.text td{font-size: 14px;
margin: 0px;
padding: 0 8px;
}












/* フッター */

#hooter_area{width:100%;
position: relative;
display: block;
overflow: hidden;
margin-top: 100px;
z-index: 2;}

#hoot{width:950px;
height:200px;
margin:0px auto;
background-color:#4C4C4C;
}
#hoot ul{float: left;
list-style:none;
font-size:11px;
color:#ffffff;
line-height: 0px;
margin-top: 5px;
}
#hoot li{margin:20 15 0 0px;
}
#hoot p{text-align:right;
font-size:11px;
color:white;
margin-top: 0px;
padding:20 15 0 0px;
line-height: 0px;
}
#hoot a{color: #ffffff;
}
#hoot a:hover{color: #f0e90c;
}


